home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / udbsimp.dfm / udbsimp.txt
Encoding:
Text File  |  1995-12-22  |  1.2 KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 123
  3.   Top = 109
  4.   Width = 454
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 24
  15.     Top = 7
  16.     Width = 403
  17.     Height = 13
  18.     Caption = 
  19.       'Set the databasename of table1 to the directory  where the table' +
  20.       'name database lives!'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object DBMultiImage1: TDBMultiImage
  28.     Left = 37
  29.     Top = 24
  30.     Width = 377
  31.     Height = 217
  32.     JPegDither = 4
  33.     JPegResolution = 8
  34.     JPegSaveQuality = 25
  35.     JPegSaveSmooth = 0
  36.     UPdateBlobAsJpeg = True
  37.     DataField = 'BLOBIMAGE'
  38.     DataSource = DataSource1
  39.     TabOrder = 0
  40.   end
  41.   object DBNavigator1: TDBNavigator
  42.     Left = 97
  43.     Top = 247
  44.     Width = 271
  45.     Height = 25
  46.     DataSource = DataSource1
  47.     TabOrder = 1
  48.   end
  49.   object Table1: TTable
  50.     DatabaseName = 'c:\delphi\jpgblob'
  51.     TableName = 'JPSTAMP.DBF'
  52.     Left = 352
  53.     Top = 48
  54.   end
  55.   object DataSource1: TDataSource
  56.     DataSet = Table1
  57.     Left = 352
  58.     Top = 88
  59.   end
  60. end
  61.